home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************************
-
- std.h - Standard includes for UTILInstall
-
- Written by Bryan K. Ressler (Beaker), 10/8/91
-
- ****************************************************************************************/
-
- #if defined(MAKEDUMP) || defined(SLOWBUILD)
-
- #include <Errors.h> /* All the Macintosh includes we need (and then some) */
- #include <Memory.h>
- #include <OSUtils.h>
- #include <QuickDraw.h>
- #include <Fonts.h>
- #include <Windows.h>
- #include <Packages.h>
- #include <Desk.h>
- #include <Printing.h>
- #include <FixMath.h>
- #include <Resources.h>
- #include <StdLib.h>
- #include <String.h>
- #include <Strings.h>
- #include <ToolUtils.h>
- #include <Types.h>
-
- #include <stdarg.h>
- #include <stdio.h>
-
- #if defined(MAKEDUMP)
- #pragma dump "std.precomp"
- #endif
-
- #else
-
- #pragma load "std.precomp"
-
- #endif